GameObject

Undocumented in source.

Constructors

this
this(MainGameObject root_object)
Undocumented in source.

Members

Enums

LEFT_KEY
anonymousenum LEFT_KEY
Undocumented in source.

Functions

draw
void draw(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
reset_frame
void reset_frame()
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool tick(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

gframe
ulong gframe [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

collision_objects
Vector[][string][string] collision_objects;
Undocumented in source.
frame
long frame;
Undocumented in source.
models
ObjFile*[string] models;
Undocumented in source.
root
MainGameObject root;
Undocumented in source.
screens
ObjFile*[SC] screens;
Undocumented in source.
state
ulong state;
Undocumented in source.

Meta